home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Utilities / SuperDuper! 1.5.5.dmg / SuperDuper!.app / Contents / Resources / Copy Scripts / Share Users.dset < prev    next >
Encoding:
Extensible Markup Language  |  2005-04-06  |  918 b   |  34 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Class</key>
  6.     <string>Include</string>
  7.     <key>Description</key>
  8.     <string>This script will share the users on (source) with (target), which ensures that any changes to user data on one will be automatically reflected on the other.</string>
  9.     <key>Directives</key>
  10.     <array>
  11.         <dict>
  12.             <key>Directive</key>
  13.             <string>symlink</string>
  14.             <key>Item</key>
  15.             <string>Users/*</string>
  16.         </dict>
  17.         <dict>
  18.             <key>Directive</key>
  19.             <string>symlink</string>
  20.             <key>Item</key>
  21.             <string>Library/Application Support/SyncService</string>
  22.         </dict>
  23.         <dict>
  24.             <key>Directive</key>
  25.             <string>symlink</string>
  26.             <key>Item</key>
  27.             <string>Library/OpenBase</string>
  28.         </dict>
  29.     </array>
  30.     <key>Include Directives</key>
  31.     <array/>
  32. </dict>
  33. </plist>
  34.